[HVM] Fix SMBIOS entry point copy destination.
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 19 Aug 2006 11:06:36 +0000 (12:06 +0100)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 19 Aug 2006 11:06:36 +0000 (12:06 +0100)
Spotted by Xiaowei Yang <xiaowei.yang@intel.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/firmware/rombios/rombios.c

index 3fb71a6f36559836c859e0e33afb0a9787f8a5f5..b9c9d78938fc330e158741e3bef8603f474d85e4 100644 (file)
@@ -9459,7 +9459,7 @@ smbios_init:
   mov cx, #0x001f ; 0x1f bytes to copy
   mov ax, #0xf000
   mov es, ax      ; destination segment is 0xf0000
-  mov di, smbios_entry_point ; destination offset
+  mov di, #smbios_entry_point ; destination offset
   mov ax, #0x9f00
   mov ds, ax      ; source segment is 0x9f000
   mov si, #0x0000 ; source offset is 0